dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteFloat32Vector Class / SQLiteFloat32Vector Constructor / SQLiteFloat32Vector Constructor(IEnumerable<Single>)

On this page
    SQLiteFloat32Vector Constructor(IEnumerable<Single>)
    On this page
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal val As IEnumerable(Of Single) _
    )
    public SQLiteFloat32Vector( 
       IEnumerable<float> val
    )

    Parameters

    val
    See Also